GrapeCity.Xaml.SpreadSheet.Data
NotifyCollection<T> Class
Members 


GrapeCity.Xaml.SpreadSheet.Data Namespace : NotifyCollection<T> Class
Represents a collection that notifies listeners of dynamic changes when items are added and removed or the entire collection object is reset.
Syntax
'Declaration
 
Public Class NotifyCollection(Of T) 
   Inherits NotifyCollectionBase(Of T)
'Usage
 
Dim instance As NotifyCollection(Of T)
public class NotifyCollection<T> : NotifyCollectionBase<T> 
Type Parameters
T
Inheritance Hierarchy

System.Object
   GrapeCity.Xaml.SpreadSheet.Data.NotifyCollectionBase<T>
      GrapeCity.Xaml.SpreadSheet.Data.NotifyCollection<T>
         GrapeCity.Xaml.SpreadSheet.Data.FloatingObjectCollection<T>
         GrapeCity.Xaml.SpreadSheet.Data.SeriesDataCollection<T>
         GrapeCity.Xaml.SpreadSheet.Data.SpreadChartElementCollection<T>
         GrapeCity.Xaml.SpreadSheet.Data.SpreadThemes
         GrapeCity.Xaml.SpreadSheet.Data.WorksheetCollection

See Also

Reference

NotifyCollection<T> Members
GrapeCity.Xaml.SpreadSheet.Data Namespace